home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / libarts1c2a / README.Debian < prev   
Encoding:
Text File  |  2008-08-25  |  1.1 KB  |  27 lines

  1. aRts for Debian ships without the SUID bit set on artswrapper, thus
  2. preventing the aRts daemon from running with realtime scheduling
  3. priority, a feature which helps prevent audio skips and jumps.
  4.  
  5. This restriction is in place due to aRts' unfortunate tendency to
  6. lock the system on exit, when run with realtime priority on systems
  7. with a 2.4 series kernel.
  8.  
  9. NB: The aKode library, used in conjunction with aRts, dramatically
  10. improves aRts' CPU usage and helps to maintain uninterrupted
  11. playback, often making realtime scheduling unnecessary. To make use
  12. of aKode, simply "apt-get install libarts1-akode".
  13.  
  14. Users running other kernels, or simply willing to risk it, can set
  15. SUID on artswrapper, thus enabling the possibility of realtime
  16. scheduling, by running, as root:
  17.  
  18. dpkg-statoverride --add --update root root 4755 /usr/bin/artswrapper
  19.  
  20. If this causes problems, the default permissions can be restored by
  21. running, as root:
  22.  
  23. dpkg-statoverride --remove /usr/bin/artswrapper
  24. chmod 0755 /usr/bin/artswrapper
  25.  
  26.  -- Christopher Martin <chrsmrtn@debian.org>  Mon,  6 Dec 2004 12:26:16 -0500
  27.